I get colorful antialiasing around the boundaries of the outline. It's most clearly seen in the variable named, img3_fg , which is the result of the bitwise_and of the png to be used as a mask and the actual mask of that png.
Why?
You must be logged in to post. Please login or register an account.
Because your image has colorful antialiasing around the boundaries of the outline :P. Open your image up in the browser and zoom in, or open in some other image editing software and zoom in.
edit: actually, the plot really thickens... since you're thresholding. I really don't know to be honest. Shouldn't be there, but maybe it does have something to do with the original image having it?
-Harrison 9 years ago
Last edited 9 years ago
You must be logged in to post. Please login or register an account.
Indeed! you are correct. I simply used the word 'Helloo' typed into a drawing and saved into a .png. The computer antialiased the black text with colorful edges!
-skypickle 9 years ago
You must be logged in to post. Please login or register an account.